┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/gshub/wp-content/plugins/elementor/data/v2/base/processor
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: before.php
<?php namespace Elementor\Data\V2\Base\Processor; use Elementor\Data\V2\Base\Processor; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } abstract class Before extends Processor { /** * Get conditions for running processor. * * @param array $args * * @return bool */ public function get_conditions( $args ) { return true; } /** * Apply processor. * * @param array $args * * @return mixed */ abstract public function apply( $args ); }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 after.php
PHP
546 B
2026-05-05 06:08
EDIT
📄 before.php
PHP
491 B
2026-05-05 06:08
EDIT